home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / m2 / m2_part1.lha / modula / dice / dice.LHA / doc / KnownBugs < prev    next >
Text File  |  1991-04-15  |  1KB  |  44 lines

  1.  
  2. knownbugs/knownbugs                        knownbugs/knownbugs
  3. knownbugs/KnownBugs                        knownbugs/KnownBugs
  4.  
  5.  
  6.     NOT IMPLEMENTED IN UNREGISTERED RELEASE BUT IMPLEMENTED IN REGISTERED
  7.     RELEASE:
  8.  
  9.     * bit fields
  10.     * floating point
  11.     * manual pages for DICE libraries
  12.     * keywords:    __chip, __far, __near
  13.     * misc library routines
  14.  
  15.     PREPROCESSOR:
  16.  
  17.     (1) string-ize operator (#) does not escape contents (e.g. if there is
  18.         a quote or a backslash in the string, it is not escaped)
  19.  
  20.     (2) token-pasting operator (##) resolves the paste last instead of
  21.         first.  Thus, the pasted operator may not currently be used to
  22.         represent other macros.
  23.  
  24.     MAIN COMPILER:
  25.  
  26.     Structural return values have not been implemented yet
  27.  
  28.     Auto-Initialization of auto arrays / structures.  I.E.
  29.     stack aggregate initialization of arrays and structures is not
  30.     implemented yet (a new ANSI thing)
  31.  
  32.     LIBRARY ROUTINES
  33.  
  34.     *scanf() routines do not understand %[...] form or %e,E,f,g (fp forms)
  35.  
  36.     time routines ignore daylight savings time.
  37.  
  38.     FLOATING POINT
  39.  
  40.     Not all fp library calls have been implemented yet.  However, all
  41.     amiga shared library related fp calls are fully incorporated into
  42.     DICE.
  43.  
  44.